home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / aplay200.lha / APlayer / Files / Developer.lha / Rexxtools / Include / Libraries / Rexxtools.h next >
C/C++ Source or Header  |  1994-12-08  |  200b  |  14 lines

  1. #ifndef REXXTOOLS_H
  2. #define    REXXTOOLS_H
  3.  
  4. /* Error Number */
  5.  
  6. #define    REXX_RETURN_ERROR    -1
  7.  
  8. /* rxInitARexx() Flags */
  9.  
  10. #define    IARXFB_PortCount    0
  11.  
  12. #define    IARXF_PortCount        (1<<IARXFB_PortCount)
  13. #endif
  14.